Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.420 Times

Search results for "ffmpeg encoder"

Ffmpeg Encoder

Software 1 - 20: 1 2 3 4 >
Added: September 01, 2014 | Visits: 3.260

Imagination Imagination is a lightweight and simple DVD slide show maker for Linux and FreeBSD written in C language and built with the GTK+2 toolkit. I noticed a lack of a user-friendly DVD slide show maker for GNU/Linux, so I started developing Imagination. True, there are some other GUIs which do the job,...



Platforms: Linux

License: Freeware Size: 18.15 MB Download (197): Imagination Download

Released: January 07, 2015  |  Added: January 13, 2015 | Visits: 1.247

Eusing Free Video Converter Eusing Free Video Converter is a free video converter software to convert video files between many formats with ease. It uses the free FFmpeg encoder and supports most any video file that FFmpeg will convert. The output video files can be used on popular multimedia devices such as iPad, iPod,...





Platforms: Windows 98, Windows 2000, Windows XP, Win7 x32, Win7 x64, WinVista, Other

License: Freeware Size: 4.08 MB Download (93): Eusing Free Video Converter Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 755

VisioForge Video Edit SDK VisioForge Video Edit SDK .Net is a professional development solution designed to allow programmers to easily integrate video editing and processing capabilities into their software. Video Edit SDK .Net allows you to create your own movie out of any audio and video files. You can add various...


Platforms: Windows All

License: Freeware Download (59): VisioForge Video Edit SDK Download

Released: September 04, 2012  |  Added: September 04, 2012 | Visits: 691

FFVCL - Delphi FFmpeg VCL Components FFVCL is a native VCL components suit including Video Encoder and Video Player which wrap FFmpeg libraries perfectly. FFVCL is more easy, more flexible and more powerful than the official FFmpeg command line interface for encoding and playing audio and video files. * All-in-one solution for...


Platforms: Win2000, Win7 x32, Win7 x64, Win98, WinServer, WinVista, WinVista x64, WinXP

License: Shareware Cost: $399.00 USD Size: 15.43 MB Download (79): FFVCL - Delphi FFmpeg VCL Components Download

Added: May 18, 2010 | Visits: 1.330

iPod Video Encoder iPod Video Encoder is a command line tool for convenient encoding of video files for use on iPod video. iPod Video Encoder project uses the ffmpeg tool for the actual encoding. It features recursive encoding of all files in a directory, and generating a podcast.xml file for convenient use in...


Platforms: Linux

License: Freeware Size: 10.24 KB Download (111): iPod Video Encoder Download

Added: October 18, 2013 | Visits: 404

webcamFLV For Linux Webcam application for windows, encoding streaming data with video and sound into Flash Live Video FLV using encoder ffMpeg for broadcasting live on the web .


Platforms: *nix, Linux

License: Shareware Cost: $0.00 USD Size: 3.15 MB Download (44): webcamFLV For Linux Download

Released: March 03, 2012  |  Added: March 25, 2012 | Visits: 12.852

PHTML Encoder The PHTML Encoder allows encoding PHP scripts before distributing them. The script code is encrypted before saving. Because PHTML Encoder is a cross-platform product, this software works on ALL computer and server platforms which support PHP. The PHTML Encoder includes console and GUI versions of...


Platforms: Windows 95, Windows 98, Windows Me, Windows NT 4.x, Windows 2000, Windows XP, Windows 2003, Mac OSX, Unix, Linux, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Win7 x32,Win7 x64

License: Freeware Size: 6.54 MB Download (2773): PHTML Encoder Download

Added: July 06, 2006 | Visits: 3.145

Sothink FlashVideo Encoder Sothink FlashVideo Encoder is a professional video encoder. Just pressing the Convert button, it converts standard video file into low bit rate Flash movies----SWF or FLV file. The generated swf file occupies less space in comparison to the video, and the effect is good as well. Furthermore, you...


Platforms: Windows 95, Windows 98, Windows NT 4.x, Windows 2000, Windows XP

License: Shareware Cost: $35.00 USD Size: 2.55 MB Download (194): Sothink FlashVideo Encoder Download

Released: September 26, 2011  |  Added: April 25, 2013 | Visits: 3.019

Sothink Video Encoder for Adobe Flash Sothink Video Encoder for Adobe Flash, also called Flash Video Encoder, is a feature-rich video to FLV Converter that converts any video to FLV and Flash SWF, combined with audio to FLV converter, FLV Encoder and even skinable Flash player maker. It converts pop formats of audio video to FLV and...


Platforms: Windows 98, Windows 2000, Windows XP, Win7 x32,Win7 x64,WinOther,WinServer,WinVista,WinVista x64,Other

License: Shareware Cost: $45.00 USD Size: 23.48 MB Download (156): Sothink Video Encoder for Adobe Flash Download

Released: January 14, 2009  |  Added: January 17, 2009 | Visits: 6.044

H.264 Encoder H.264 Encoder is a freeware to encode popular video files to H.264/AVC video format; H.264 can encode video with approximately 3 times fewer bits than comparable MPEG-2 encoders, more info about this can be found in. With the friendly interface and design, you can easily handle this software...


Platforms: Windows 98, Windows 2000, Windows XP, Windows 2003, Windows Vista Starter

License: Freeware Size: 4.04 MB Download (1008): H.264 Encoder Download

Added: March 14, 2010 | Visits: 1.540

FFmpeg::Stream::Audio FFmpeg::Stream::Audio is an audio stream from a (multi)media stream group. SYNOPSIS $ff = FFmpeg->new(); #see FFmpeg #... $sg = $ff->create_streamgroup(); #see FFmpeg $st = ($sg->streams())[0]; #this is a FFmpeg::Stream Objects of this class are not intended to be instantiated directly...


Platforms: Linux

License: Freeware Size: 1.8 MB Download (171): FFmpeg::Stream::Audio Download

Added: June 01, 2010 | Visits: 892

FFmpeg::StreamGroup FFmpeg::StreamGroup is a group of related media streams, typically encapsulated in a single file. SYNOPSIS $ff = FFmpeg->new() #see FFmpeg; #... $sg = $ff->build_streamgroup(); Objects of this class are not intended to be instantiated directly by the end user. Access FFmpeg::StreamGroup...


Platforms: Linux

License: Freeware Size: 1.8 MB Download (91): FFmpeg::StreamGroup Download

Added: June 14, 2010 | Visits: 1.058

FFmpeg::FileFormat FFmpeg::FileFormat is a multimedia file format supported by FFmpeg (eg avi, mov, mpeg, mp3, &c). SYNOPSIS $ff = FFmpeg->new(); #see FFmpeg $xx = $ff->file_format(mov); #...do something with $xx Objects of this class are not intended to be instantiated directly by the end user. Access...


Platforms: Linux

License: Freeware Size: 1.8 MB Download (100): FFmpeg::FileFormat Download

Added: March 27, 2010 | Visits: 1.430

FFmpeg::Stream FFmpeg::Stream is an audio or video stream from a (multi)media file. SYNOPSIS $ff = FFmpeg->new(); #see FFmpeg #... $sg = $ff->create_streamgroup(); #see FFmpeg $st = ($sg->streams())[0]; #this is a FFmpeg::Stream FFmpeg::Stream objects are not instantiated. Rather, objects are...


Platforms: Linux

License: Freeware Size: 921.6 KB Download (126): FFmpeg::Stream Download

Added: January 07, 2010 | Visits: 1.635

FFmpeg::Stream::Video FFmpeg::Stream::Video is a video stream from a (multi)media stream group. SYNOPSIS $ff = FFmpeg->new(); #see FFmpeg #... $sg = $ff->create_streamgroup(); #see FFmpeg $st = ($sg->streams())[0]; #this is a FFmpeg::Stream Objects of this class are not intended to be instantiated directly by...


Platforms: Linux

License: Freeware Size: 962.56 KB Download (199): FFmpeg::Stream::Video Download

Added: July 02, 2010 | Visits: 1.415

ffmpeg ffmpeg is script for mostly videos and audios converter like 3gp for mobile or rm to mp3 for audio CD or any movie to MPG VCD burn it with k3B You must install ffmpeg and kommander-executor befor run script.. ffmpeg KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia...


Platforms: Linux

License: Freeware Download (112): ffmpeg Download

Added: July 16, 2010 | Visits: 1.663

ffmpeg-php extension ffmpeg-php is an extension for PHP that adds an easy to use object-oriented API for retrieving information from movies and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHPs image functions. This works well for automatically creating...


Platforms: Linux

License: Freeware Size: 1.5 MB Download (140): ffmpeg-php extension Download

Added: September 07, 2010 | Visits: 1.588

GStreamer FFmpeg Plug-in GStreamer FFmpeg plug-in contains one plugin with a set of elements that use the FFmpeg library code. It contains most popular decoders as well as very fast colorspace conversion elements. GStreamer is a library that allows the construction of graphs of media-handling components, ranging from...


Platforms: Linux

License: Freeware Size: 3 MB Download (130): GStreamer FFmpeg Plug-in Download

Released: June 04, 2010  |  Added: June 09, 2010 | Visits: 1.038

Free WebM Encoder Free WebM Encoder is a simple utility that lets you convert your video files to the new WebM format. The program has an extremely easy-to-use interface. Just add the files you want to convert to the list (you can drag and drop them directly from Windows Explorer) and click the convert button. A...


Platforms: Windows 2000, Windows XP, Win7 x32,Win7 x64,WinVista,WinVista x64

License: Freeware Size: 2.74 MB Download (115): Free WebM Encoder Download

Released: April 08, 2010  |  Added: June 14, 2010 | Visits: 1.485

Solid FFmpeg ActiveX Wrapper Solid FFmpeg ActiveX Wrapper wrappers ffmpeg library to ActiveX / COM component. So that it would be easy and convenient to use ffmpeg in any development platform which supports ActiveX / COM. Tested for C#, VC++, ASP, ASP.Net, VB6, VB.Net. Just reference the this component in your projects...


Platforms: Windows 98, Windows 2000, Windows XP, Windows 2003

License: Shareware Cost: $199.00 USD Size: 5.7 MB Download (110): Solid FFmpeg ActiveX Wrapper Download

Software 1 - 20: 1 2 3 4 >